home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex (VCA Interactive) / Virtual Sex (VCA Interactive).iso / mac / Virtual Sex Power Mac / VS_TM / 00052.ls < prev    next >
Encoding:
Text File  |  1995-06-22  |  143 b   |  9 lines

  1. on exitFrame
  2.   updateStage()
  3.   if the movieRate of sprite 1 = 0 then
  4.     play frame the frame + 1
  5.   else
  6.     play frame the frame
  7.   end if
  8. end
  9.